home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / basic / ace_final.lha / ACE_GPL_Release / prgs / Misc / boot.b < prev    next >
Encoding:
Text File  |  1996-08-29  |  110 b   |  10 lines

  1. {*
  2. ** Cold reboot the Amiga.
  3. *}
  4.  
  5. LIBRARY "exec.library"
  6.  
  7. DECLARE FUNCTION ColdReboot LIBRARY exec
  8.  
  9. ColdReboot
  10.